home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / Getenv < prev    next >
Text File  |  1998-02-16  |  549b  |  24 lines

  1.                          --AMIGADOS GUIDE V2.5--
  2.                                   GETENV
  3.  
  4.  
  5.    USE:
  6.    This command is used to retrieve the value of an environmental variable.
  7.  
  8.    PATH:
  9.    internal
  10.  
  11.    SYSTEM:
  12.    2.0 (enhanced), 2.1, 3.0
  13.  
  14.    EXAMPLES:
  15.    1>GETENV Editor (where is More's editor)
  16.    SYS: Tools/Memacs
  17.  
  18.    NOTES:
  19.    Environmental variables can be read and displayed in command lines using
  20.    the Doller ($) operator.  See below:
  21.  
  22.    1>ECHO "The path for More's editor is $ Editor"
  23.    The path for More's editor is Extras:Tools/Memacs
  24.